home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / DSUTIL12 / OPTEXE / OPTEXE.DOC next >
Text File  |  1993-10-18  |  3KB  |  76 lines

  1. * File Name:        OPTEXE.DOC
  2. * Date:            18 October 1993
  3. * Version:        1
  4. * Updates count:    1
  5. * Purpose:           Documentation for OPTEXE.PAS
  6. * Author:        Dmitry Stefankov
  7. * Format:        Simplified form of ISO/DIS 6592 standard
  8.  
  9.  
  10.  
  11. ------------------- Part 1 (Identification) ------------------------------
  12.  
  13. Program Name:            OPTEXE.PAS
  14. Version:            1
  15. Release:            10
  16. Date:                20 September 1993
  17. History:            Written for internal use of author
  18.  
  19.  
  20. ------------------- Part 2 (General) -------------------------------------
  21.  
  22. Responsibility:            no specified
  23. Supply order:            no specified
  24. Purpose:            file(s) image(s) manipulation
  25. Area of usage:            utility program for OS
  26. Common knowledges:        no specified
  27. Problem description:        simple program optimizer
  28. Additional knowledges:        no specified
  29. Agreements and terminology:    standard IBM PC terminology
  30. Algorithms and principles:    described in source code
  31. Function:            single
  32. Characteristics:        application (utility),
  33.                 special class (file-manipulation)
  34. Restrictions:            (1) Intel computer architecture only 
  35.                 (2) see hardware/software requirements
  36. Errors processing:        described in source code
  37. Data safety/protection:        described in source code
  38. Data for application:        input:  MSDOS EXEcutable file
  39.                 output:    same file but slightly optimized
  40. Programming language:        Turbo Pascal (Version 6.0+)
  41. Instructions to compile:    TPC  optexe.pas , where
  42.                 TPC is a Turbo Pascal command-line compiler
  43. Requirements for software:    operating system:  PC/MS-DOS (Version 3.0+)
  44.                 other:         no specified
  45. Requirements for hardware:    computer:  IBM PC, IBM PS/2 or compatible 
  46.                 memory:    minimum 128 Kbytes
  47.                 other:     no specified
  48. Example to run:            optexe.exe in.exe out.exe , where
  49.                 <in.exe>   -> input filename
  50.                 <out.exe>  -> output filename
  51. Miscellaneous:            none specified
  52.  
  53.  
  54. ------------------- Part 3 (Technical) -----------------------------------
  55.  
  56. Terminolgy and agreements:    no specified
  57. Program structure:        single module
  58. Program listing:        source code available
  59. Data techical description:    no specified
  60. Control commands:        no specified
  61. Work methods:            batch mode
  62. Messages:            described in source code
  63. Setup:                no required
  64. Adaptation:            no specified
  65. Tests:                no specified
  66. Service:            no specified
  67.  
  68.  
  69. ------------------- Part 4 (Miscellaneous) -------------------------------
  70.  
  71. Guarantee:            read license agreement
  72. Changes to source code:        read license agreement
  73. Serial number:            no specified
  74. Price:                read license agreement
  75. Other:                nothing
  76.